{ "_from": "espurify@^1.6.0", "_id": "espurify@1.8.1", "_inBundle": false, "_integrity": "sha512-ZDko6eY/o+D/gHCWyHTU85mKDgYcS4FJj7S+YD6WIInm7GQ6AnOjmcL4+buFV/JOztVLELi/7MmuGU5NHta0Mg==", "_location": "/espurify", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "espurify@^1.6.0", "name": "espurify", "escapedName": "espurify", "rawSpec": "^1.6.0", "saveSpec": null, "fetchSpec": "^1.6.0" }, "_requiredBy": [ "/power-assert-context-reducer-ast" ], "_resolved": "https://registry.npmjs.org/espurify/-/espurify-1.8.1.tgz", "_shasum": "5746c6c1ab42d302de10bd1d5bf7f0e8c0515056", "_spec": "espurify@^1.6.0", "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\power-assert-context-reducer-ast", "author": { "name": "Takuto Wada", "email": "takuto.wada@gmail.com", "url": "https://github.com/twada" }, "bugs": { "url": "https://github.com/estools/espurify/issues" }, "bundleDependencies": false, "dependencies": { "core-js": "^2.0.0" }, "deprecated": false, "description": "Clone new AST without extra properties", "devDependencies": { "acorn": "^5.0.0", "babel-types": "^6.3.20", "babylon": "^6.3.20", "browserify": "^13.0.0", "derequire": "^2.0.2", "dereserve": "^1.0.0", "esprima": "^4.0.0", "estraverse": "^4.1.0", "licensify": "^3.1.0", "mocha": "^5.0.0", "semistandard": "^12.0.0", "snazzy": "^7.0.0" }, "files": [ "CHANGELOG.md", "MIT-LICENSE.txt", "README.md", "index.js", "lib", "build/espurify.js", "package.json" ], "homepage": "https://github.com/estools/espurify", "keywords": [ "ast", "estree", "ecmascript", "es6" ], "license": "MIT", "main": "index.js", "name": "espurify", "repository": { "type": "git", "url": "git://github.com/estools/espurify.git" }, "scripts": { "dist": "browserify index.js --plugin licensify --standalone espurify | dereserve | derequire > ./build/espurify.js", "fmt": "semistandard --fix index.js lib test", "lint": "semistandard --verbose index.js lib test | snazzy", "preversion": "npm test", "test": "npm run lint && mocha test", "version": "npm run dist && git add -A build" }, "semistandard": { "ignore": [ "/build/", "/bench/", "**/*.jsx" ], "globals": [ "describe", "beforeEach", "it" ] }, "version": "1.8.1" }