You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"_from": "dfa@^1.2.0",
|
|
"_id": "dfa@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
|
|
"_location": "/dfa",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "dfa@^1.2.0",
|
|
"name": "dfa",
|
|
"escapedName": "dfa",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@foliojs-fork/fontkit"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
|
|
"_shasum": "96ac3204e2d29c49ea5b57af8d92c2ae12790657",
|
|
"_spec": "dfa@^1.2.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/@foliojs-fork/fontkit",
|
|
"author": {
|
|
"name": "Devon Govett",
|
|
"email": "devongovett@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/devongovett/dfa/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A state machine compiler",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"mocha": "^3.1.0",
|
|
"pegjs": "^0.10.0",
|
|
"rollup": "^1.5.0",
|
|
"rollup-plugin-babel": "^4.0.1",
|
|
"rollup-plugin-commonjs": "^9.2.1",
|
|
"rollup-plugin-local-resolve": "^1.0.7"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.js.map",
|
|
"compile.js",
|
|
"compile.js.map"
|
|
],
|
|
"homepage": "https://github.com/devongovett/dfa#readme",
|
|
"keywords": [
|
|
"state",
|
|
"machine",
|
|
"compiler"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "dfa",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/devongovett/dfa.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "make",
|
|
"test": "mocha --require @babel/register"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|