web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
846 B

  1. {
  2. "name": "@nodelib/fs.stat",
  3. "version": "2.0.4",
  4. "description": "Get the status of a file with some features",
  5. "license": "MIT",
  6. "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
  7. "keywords": [
  8. "NodeLib",
  9. "fs",
  10. "FileSystem",
  11. "file system",
  12. "stat"
  13. ],
  14. "engines": {
  15. "node": ">= 8"
  16. },
  17. "main": "out/index.js",
  18. "typings": "out/index.d.ts",
  19. "scripts": {
  20. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  21. "lint": "eslint \"src/**/*.ts\" --cache",
  22. "compile": "tsc -b .",
  23. "compile:watch": "tsc -p . --watch --sourceMap",
  24. "test": "mocha \"out/**/*.spec.js\" -s 0",
  25. "build": "npm run clean && npm run compile && npm run lint && npm test",
  26. "watch": "npm run clean && npm run compile:watch"
  27. },
  28. "gitHead": "cb5f7e893a986164c3b847a4f1faef6c54cadd68"
  29. }