package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.stat@1.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@nodelib/fs.stat@1.1.3",
  10. "_id": "@nodelib/fs.stat@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=",
  13. "_location": "/@nodelib/fs.stat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@nodelib/fs.stat@1.1.3",
  19. "name": "@nodelib/fs.stat",
  20. "escapedName": "@nodelib%2ffs.stat",
  21. "scope": "@nodelib",
  22. "rawSpec": "1.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.3"
  25. },
  26. "_requiredBy": [
  27. "/fast-glob"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz",
  30. "_spec": "1.1.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "description": "Get the status of a file with some features",
  33. "engines": {
  34. "node": ">= 6"
  35. },
  36. "keywords": [
  37. "NodeLib",
  38. "fs",
  39. "FileSystem",
  40. "file system",
  41. "stat"
  42. ],
  43. "license": "MIT",
  44. "main": "out/index.js",
  45. "name": "@nodelib/fs.stat",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  49. },
  50. "scripts": {
  51. "build": "npm run clean && npm run lint && npm run compile && npm test",
  52. "clean": "rimraf out",
  53. "compile": "tsc -b .",
  54. "compile:watch": "tsc -p . --watch --sourceMap",
  55. "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
  56. "test": "mocha \"out/**/*.spec.js\" -s 0",
  57. "watch": "npm run clean && npm run compile:watch"
  58. },
  59. "typings": "out/index.d.ts",
  60. "version": "1.1.3"
  61. }