forked from daren.hsu/line_push
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"with@7.0.2",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "with@7.0.2",
|
|
"_id": "with@7.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==",
|
|
"_location": "/with",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "with@7.0.2",
|
|
"name": "with",
|
|
"escapedName": "with",
|
|
"rawSpec": "7.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/pug-code-gen"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz",
|
|
"_spec": "7.0.2",
|
|
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pugjs/with/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "^7.9.6",
|
|
"@babel/types": "^7.9.6",
|
|
"assert-never": "^1.2.1",
|
|
"babel-walk": "3.0.0-canary-5"
|
|
},
|
|
"description": "Compile time `with` for strict mode JavaScript",
|
|
"devDependencies": {
|
|
"@forbeslindesay/tsconfig": "^2.0.0",
|
|
"@types/node": "^14.0.5",
|
|
"mocha": "*",
|
|
"prettier": "^2.0.5",
|
|
"rimraf": "^3.0.2",
|
|
"tslint": "^6.1.2",
|
|
"typescript": "^3.9.3",
|
|
"uglify-js": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"homepage": "https://github.com/pugjs/with#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "with",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pugjs/with.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
|
|
"postbuild": "rimraf lib/**/__tests__",
|
|
"pretest": "yarn build",
|
|
"prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
|
|
"prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
|
|
"test": "mocha test/index.js -R spec"
|
|
},
|
|
"version": "7.0.2"
|
|
}
|