work.suroh.tk/node_modules/javascript-stringify/package.json

106 lines
2.8 KiB
JSON

{
"_from": "javascript-stringify@^2.0.0",
"_id": "javascript-stringify@2.0.1",
"_inBundle": false,
"_integrity": "sha512-yV+gqbd5vaOYjqlbk16EG89xB5udgjqQF3C5FAORDg4f/IS1Yc5ERCv5e/57yBcfJYw05V5JyIXabhwb75Xxow==",
"_location": "/javascript-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "javascript-stringify@^2.0.0",
"name": "javascript-stringify",
"escapedName": "javascript-stringify",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@11ty/eleventy"
],
"_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.0.1.tgz",
"_shasum": "6ef358035310e35d667c675ed63d3eb7c1aa19e5",
"_spec": "javascript-stringify@^2.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/javascript-stringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
"devDependencies": {
"@types/jest": "^24.0.9",
"@types/node": "^11.10.4",
"@types/semver": "^5.5.0",
"fast-check": "^1.12.0",
"husky": "^1.3.1",
"jest": "^24.0.0",
"lint-staged": "^8.1.1",
"prettier": "^1.16.1",
"rimraf": "^2.5.4",
"semver": "^5.6.0",
"ts-jest": "^24.0.0",
"tslint": "^5.0.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.0",
"typescript": "^3.3.1"
},
"files": [
"dist/"
],
"homepage": "https://github.com/blakeembrey/javascript-stringify",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jest": {
"roots": [
"<rootDir>/src/"
],
"transform": {
"\\.tsx?$": "ts-jest"
}
},
"keywords": [
"stringify",
"javascript",
"object",
"eval",
"string",
"code"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts,json,md,yml,css}": [
"npm run prettier",
"git add"
]
},
"main": "dist/index.js",
"name": "javascript-stringify",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blakeembrey/javascript-stringify.git"
},
"scripts": {
"build": "rimraf dist/ && tsc",
"format": "npm run prettier -- \"{.,src/**}/*.{js,ts,json,md,yml,css}\"",
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
"prepare": "npm run build",
"prettier": "prettier --write",
"specs": "jest --coverage",
"test": "npm run lint && npm run build && npm run specs"
},
"types": "dist/index.d.ts",
"version": "2.0.1"
}