package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "lockfile@^1.0.1",
  6. "scope": null,
  7. "escapedName": "lockfile",
  8. "name": "lockfile",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "lockfile@>=1.0.1 <2.0.0",
  17. "_id": "lockfile@1.0.3",
  18. "_inCache": true,
  19. "_location": "/lockfile",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/lockfile-1.0.3.tgz_1481132515120_0.9350064944010228"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "lockfile@^1.0.1",
  33. "scope": null,
  34. "escapedName": "lockfile",
  35. "name": "lockfile",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings-core"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.3.tgz",
  44. "_shasum": "2638fc39a0331e9cac1a04b71799931c9c50df79",
  45. "_shrinkwrap": null,
  46. "_spec": "lockfile@^1.0.1",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/npm/lockfile/issues"
  55. },
  56. "dependencies": {},
  57. "description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
  58. "devDependencies": {
  59. "tap": "^7.1.2",
  60. "touch": "0"
  61. },
  62. "directories": {
  63. "test": "test"
  64. },
  65. "dist": {
  66. "shasum": "2638fc39a0331e9cac1a04b71799931c9c50df79",
  67. "tarball": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.3.tgz"
  68. },
  69. "gitHead": "96549505fcca4b8b0ff0e833719720bd463306d7",
  70. "homepage": "https://github.com/npm/lockfile#readme",
  71. "keywords": [
  72. "lockfile",
  73. "lock",
  74. "file",
  75. "fs",
  76. "O_EXCL"
  77. ],
  78. "license": "ISC",
  79. "main": "lockfile.js",
  80. "maintainers": [
  81. {
  82. "name": "trevorburnham",
  83. "email": "trevorburnham@gmail.com"
  84. },
  85. {
  86. "name": "isaacs",
  87. "email": "i@izs.me"
  88. }
  89. ],
  90. "name": "lockfile",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/npm/lockfile.git"
  96. },
  97. "scripts": {
  98. "changelog": "bash gen-changelog.sh",
  99. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  100. "test": "tap test/*.js --cov"
  101. },
  102. "version": "1.0.3"
  103. }