82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"atomically@1.7.0",
|
|
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "atomically@1.7.0",
|
|
"_id": "atomically@1.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wHoEWEMuptvJo1Bv/6QktIvMqv4=",
|
|
"_location": "/atomically",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "atomically@1.7.0",
|
|
"name": "atomically",
|
|
"escapedName": "atomically",
|
|
"rawSpec": "1.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/conf"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/atomically/download/atomically-1.7.0.tgz",
|
|
"_spec": "1.7.0",
|
|
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
|
|
"author": {
|
|
"name": "Fabio Spampinato",
|
|
"email": "spampinabio@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fabiospampinato/atomically/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Read and write files atomically and reliably.",
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.2",
|
|
"lodash": "^4.17.19",
|
|
"mkdirp": "^1.0.4",
|
|
"promise-resolve-timeout": "^1.2.1",
|
|
"require-inject": "^1.4.4",
|
|
"rimraf": "^3.0.2",
|
|
"tap": "^14.10.7",
|
|
"typescript": "^3.5.3",
|
|
"typescript-transform-export-interop": "^1.0.2",
|
|
"write-file-atomic": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
},
|
|
"homepage": "https://github.com/fabiospampinato/atomically#readme",
|
|
"keywords": [
|
|
"atomic",
|
|
"read",
|
|
"write",
|
|
"file",
|
|
"reliable"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "atomically",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fabiospampinato/atomically.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "node ./tasks/benchmark.js",
|
|
"clean": "rimraf dist",
|
|
"compile": "tsc --skipLibCheck && tstei",
|
|
"compile:watch": "tsc --skipLibCheck --watch",
|
|
"prepublishOnly": "npm run clean && npm run compile && npm run test",
|
|
"test": "tap --no-coverage-report",
|
|
"test:watch": "tap --no-coverage-report --watch"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "1.7.0"
|
|
}
|